go/parser.resolver.depth (field)

6 uses

	go/parser (current package)
		resolver.go#L28: 		depth:    1,
		resolver.go#L67: 	depth      int          // scope depth
		resolver.go#L76: 	fmt.Println(strings.Repeat(". ", r.depth) + r.sprintf(format, args...))
		resolver.go#L90: 	r.depth++
		resolver.go#L91: 	if r.depth > maxScopeDepth {
		resolver.go#L101: 	r.depth--